﻿2026-09-22T02:29:46.8362858Z ##[group]Run actions/checkout@v5
2026-09-22T02:29:46.8363696Z with:
2026-09-22T02:29:46.8364047Z   repository: BigscreenVR/spt-bs-core
2026-09-22T02:29:46.8366826Z   token: ***
2026-09-22T02:29:46.8367176Z   ssh-strict: true
2026-09-22T02:29:46.8367534Z   ssh-user: git
2026-09-22T02:29:46.8367880Z   persist-credentials: true
2026-09-22T02:29:46.8368246Z   clean: true
2026-09-22T02:29:46.8368581Z   sparse-checkout-cone-mode: true
2026-09-22T02:29:46.8368986Z   fetch-depth: 1
2026-09-22T02:29:46.8369337Z   fetch-tags: false
2026-09-22T02:29:46.8369735Z   show-progress: true
2026-09-22T02:29:46.8370164Z   lfs: false
2026-09-22T02:29:46.8370468Z   submodules: false
2026-09-22T02:29:46.8370844Z   set-safe-directory: true
2026-09-22T02:29:46.8371243Z   allow-unsafe-pr-checkout: false
2026-09-22T02:29:46.8371768Z ##[endgroup]
2026-09-22T02:29:47.0340585Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-22T02:29:47.0342310Z ##[group]Getting Git version info
2026-09-22T02:29:47.0342937Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-22T02:29:47.0647522Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-22T02:29:47.0875272Z git version 2.43.0.windows.1
2026-09-22T02:29:47.0897920Z ##[endgroup]
2026-09-22T02:29:47.0907064Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8bae0762-5930-47ce-bbc3-0ce2adfec12a\.gitconfig'
2026-09-22T02:29:47.0920769Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8bae0762-5930-47ce-bbc3-0ce2adfec12a' before making global git config changes
2026-09-22T02:29:47.0921801Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T02:29:47.0925890Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-22T02:29:47.1925723Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-22T02:29:47.2168540Z https://github.com/BigscreenVR/spt-bs-core
2026-09-22T02:29:47.2199661Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-22T02:29:47.2206048Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-22T02:29:47.2515246Z refs/heads/main
2026-09-22T02:29:47.2543345Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-09-22T02:29:47.4608414Z HEAD is now at 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:29:47.6146699Z ##[endgroup]
2026-09-22T02:29:47.6151037Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-22T02:29:50.0707799Z ##[group]Cleaning the repository
2026-09-22T02:29:50.0710241Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-22T02:30:00.8046034Z Removing target/
2026-09-22T02:30:00.8080330Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-22T02:30:01.0307601Z HEAD is now at 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:30:01.0335411Z ##[endgroup]
2026-09-22T02:30:01.0340482Z ##[group]Disabling automatic garbage collection
2026-09-22T02:30:01.0346020Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-22T02:30:01.0634666Z ##[endgroup]
2026-09-22T02:30:01.0635324Z ##[group]Setting up auth
2026-09-22T02:30:01.0640988Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-22T02:30:01.0900369Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-22T02:30:01.6999026Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T02:30:01.7304660Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-22T02:30:02.3495399Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T02:30:02.3757706Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-22T02:30:02.9853702Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-22T02:30:03.0206493Z ##[endgroup]
2026-09-22T02:30:03.0206990Z ##[group]Fetching the repository
2026-09-22T02:30:03.0215819Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3f07bb29f5d21b88397015e5993f9741fb6eb624:refs/remotes/pull/244/merge
2026-09-22T02:30:05.9037693Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-22T02:30:05.9049057Z  * [new ref]               3f07bb29f5d21b88397015e5993f9741fb6eb624 -> pull/244/merge
2026-09-22T02:30:06.2305208Z ##[endgroup]
2026-09-22T02:30:06.2350608Z ##[group]Determining the checkout info
2026-09-22T02:30:06.2366191Z ##[endgroup]
2026-09-22T02:30:06.2367481Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-22T02:30:06.8973771Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-22T02:30:07.3079751Z ##[group]Checking out the ref
2026-09-22T02:30:07.3087142Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/244/merge
2026-09-22T02:30:07.5566415Z Previous HEAD position was 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:30:07.5567133Z HEAD is now at 3f07bb29f5 Merge c248cb84a399fd29ef1e822e2344fa030ab3f13d into 5ddf55a6d6988edc45adf9e5f836b6b2364ea947
2026-09-22T02:30:07.5609313Z ##[endgroup]
2026-09-22T02:30:07.6020248Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-22T02:30:07.6363539Z 3f07bb29f5d21b88397015e5993f9741fb6eb624
